The value of an attribute can be set directly, like path for src attribute of image.
OR can be set in a variable and variable can be used to set attribute value.
Short Hand: If attribute name and variable name is same there is a short hand.
If images folder is added under, static folder then the path must omit the static from the
path.
Note that the path to static assets in your HTML should start with a leading slash / to
indicate that it is an absolute path relative to the root of the web server. This ensures that
the browser can always find the file regardless of the current URL path.